home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / DEF / Midi / Port / midiport next >
Text File  |  1998-10-23  |  422b  |  20 lines

  1. midiport :printer or :modem
  2.  
  3. Defines the midiport that is used to output MIDI data. A file in the Environment/Extensions with this command is used to set up the default midiport.
  4.  
  5. (midiport :printer)
  6.  
  7. or
  8.  
  9. (midiport :modem)
  10.  
  11. This command can also be included directly on the file. In this case it must be preceeded the play-file-p, or other play commands.
  12.  
  13. (midiport :modem)
  14.  
  15. (play-file-p "xyz"
  16.  ...
  17. )
  18.  
  19. See also def-setup.
  20.